Returns a list of roles assigned to the specified user profile
{ getAllRolesByProfileId }
Returns a list of roles that have been assigned to the specified user profile.
Method
/API2/access/getAllRolesByProfileId
Input Parameters
Name
profileId
Type
string
Description
The system profile's ID
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Returns a list of roles assigned to the specified profile Note that the response is returned as a list of items of this object type.
Examples
Running Queries and Slicers programmatically (JavaScript):
This example demonstrates how to run queries and slicers (parameters) programmatically to extract results.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.